home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Convert / US chars to HEX form.ini < prev   
INI File  |  2009-04-29  |  1KB  |  112 lines

  1. ;User conversion definition file for PSPad editor
  2. [Description]
  3. ;name for Left to Right conversion
  4. ForwardName=HEX form to US ASCII
  5. ;name for Right to Left conversion
  6. BackwardName=US ASCII to HEX form
  7. ;ignore char case
  8. ForwardIgnoreCase=0
  9. BackWardIgnoreCase=0
  10. ;CharTab=0 - convertor will use string replacement from [Conversion] section
  11. ;CharTab=1 - convertor will use conversion table from [Table] section
  12. CharTab=0
  13. ;expresion from|expresion to
  14. [Conversion]
  15. %21|!
  16. %22|"
  17. %23|#
  18. %24|$
  19. %25|%
  20. %26|&
  21. %27|'
  22. %28|(
  23. %29|)
  24. %2a|*
  25. %2b|+
  26. %2c|,
  27. %2d|-
  28. %2e|.
  29. %2f|/
  30. %30|0
  31. %31|1
  32. %32|2
  33. %33|3
  34. %34|4
  35. %35|5
  36. %36|6
  37. %37|7
  38. %38|8
  39. %39|9
  40. %3a|:
  41. %3b|;
  42. %3c|<
  43. %3d|=
  44. %3e|>
  45. %3f|?
  46. %40|@
  47. %41|A
  48. %42|B
  49. %43|C
  50. %44|D
  51. %45|E
  52. %46|F
  53. %47|G
  54. %48|H
  55. %49|I
  56. %4a|J
  57. %4b|K
  58. %4c|L
  59. %4d|M
  60. %4e|N
  61. %4f|O
  62. %50|P
  63. %51|Q
  64. %52|R
  65. %53|S
  66. %54|T
  67. %55|U
  68. %56|V
  69. %57|W
  70. %58|X
  71. %59|Y
  72. %5a|Z
  73. %5b|[
  74. %5c|\
  75. %5d|]
  76. %5e|^
  77. %5f|_
  78. %60|`
  79. %61|a
  80. %62|b
  81. %63|c
  82. %64|d
  83. %65|e
  84. %66|f
  85. %67|g
  86. %68|h
  87. %69|i
  88. %6a|j
  89. %6b|k
  90. %6c|l
  91. %6d|m
  92. %6e|n
  93. %6f|o
  94. %70|p
  95. %71|q
  96. %72|r
  97. %73|s
  98. %74|t
  99. %75|u
  100. %76|v
  101. %77|w
  102. %78|x
  103. %79|y
  104. %7a|z
  105. %7b|{
  106. %7c||
  107. %7d|}
  108. %7e|~
  109. ;list of ASCII values of chars to remove before conversion
  110. [Remove chars]
  111. 10
  112.